runtime._func.deferreturn (field)
7 uses
runtime (current package)
panic.go#L1049: if fn.deferreturn == 0 {
panic.go#L1061: p.retpc = fn.entry() + uintptr(fn.deferreturn)
panic.go#L1305: if f.deferreturn == 0 {
panic.go#L1308: gotoPc := f.entry() + uintptr(f.deferreturn)
runtime2.go#L1079: deferreturn uint32 // offset of start of a deferreturn call instruction from entry, if any.
traceback.go#L424: if frame.fn.deferreturn != 0 {
traceback.go#L425: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |